Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
828bd27 to
4e3fb04
Compare
4e3fb04 to
7427042
Compare
toughyear
reviewed
Jun 21, 2023
toughyear
reviewed
Jun 21, 2023
| @@ -13,7 +13,6 @@ | |||
|
|
|||
| # misc | |||
| .DS_Store | |||
| .env | |||
toughyear
reviewed
Jun 21, 2023
| "Hi, I am Dexter a passionate frontend developer who has a good eye for design. In my free time I listen to a lot of music and play football. Right now I am working on taking my life to the next level." | ||
| ); | ||
|
|
||
| // const y = async () => { |
toughyear
reviewed
Jun 21, 2023
| }: AgentInterface) => { | ||
| const [chat, setChat] = useState(false); | ||
|
|
||
| const agent = new Agent(id, engine, description); |
Owner
There was a problem hiding this comment.
we can probably use this
toughyear
reviewed
Jun 21, 2023
| imageSrc: | ||
| "https://i0.wp.com/www.smartprix.com/bytes/wp-content/uploads/2022/11/Naruto.jpg?fit=1280%2C720&ssl=1", | ||
| description: | ||
| "Naruto Runs Taiki seafood restaurant with his wife Susan. He has a daughter Lucy and a son Mike. Goal of naruto is to create a new speciality dish for restaurant and getting a new chef. Naruto is extemely curious, Adventurous, and optimistic. Naruto some day wants to be part of the bollywood industry.", |
Owner
There was a problem hiding this comment.
create believable characters that people already know so that they can test the steerability.
toughyear
reviewed
Jun 21, 2023
| this.engine = engine; | ||
|
|
||
| // Check everytime if the memory with the associated agent id exists in the database or localstorage for now. | ||
| this.memoryStream = localStorage.getItem(id) |
Owner
There was a problem hiding this comment.
the item key should be more indicative when stored in local storage and not just id. Something like -agent_234524
for DB it makes sense since it will be in a labelled column (agent_id) but this is not true for localdb,
toughyear
reviewed
Jun 21, 2023
| import { getModelInstance } from "../utils/getModelInstance"; | ||
| import { getModelResponse } from "../utils/getModelResponse"; | ||
|
|
||
| /** THINK: Should engine be a base class and OPEN_AI and claude extend this class */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.