-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for gemini style api, partially implements #1
- Loading branch information
1 parent
09c5b60
commit 6057a38
Showing
4 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"contents": [ | ||
{ | ||
"role": "user", | ||
"parts": [ | ||
{ | ||
"text": "You are a helpful assistant. Try to explain what happens. Follow the dialog. Be helpful. The user requests are generated with an application called \"ell\" from their command line. An example usage of this application is \"ell PROMPT\". Always ignore this command prompt and focus on other contents. Just pretend as if you never see the lines with \"ell\". Always ignore this command prompt and focus on other contents. Just pretend as if you never see the lines with \"ell\". Always ignore this command prompt and focus on other contents. Just pretend as if you never see the lines with \"ell\". Answer the user questions. If you don't know the answer, you can say \"I don't know\". \n\nContext information from terminal: \n\n---\n\n${SHELL_CONTEXT}\n\n---\n\n${USER_PROMPT}" | ||
} | ||
] | ||
} | ||
] | ||
} |
File renamed without changes.