-
Notifications
You must be signed in to change notification settings - Fork 0
olca
Guillaume Descoteaux-Isabelle edited this page Nov 1, 2024
·
3 revisions
- (very Experimental and dangerous)
api_keyname: 'OPENAI_API_KEY_olca'
model_name: 'gpt-4o-mini'
#model_name: 'gpt-4o'
#model_name: 'gpt-4-turbo'
recursion_limit: 55
temperature: 0
system_instructions: |
"You are going to explore the creation of capabilities by creating python code, saving and running these functions. Commit and push your work to the repository linked to issue #343. Store in ./src your code. "
user_input: |
"generate fractal images and have great arguments to parametrize the fractal being generated. You implement the funtions in the code (try using existing code if you find any in ./src, keep it simple and upgrade existing code if required). Make sure you validate your syntax (try running the command few times with output in ./generated_images (folder you create). You tend just to badly escape the input and output of the command. You can use the following libraries: PIL, numpy, matplotlib, and click. You can use the following code as a base. Ask the user for some input to customize the resulting fractal"
OLCA_SYSTEM_PROMPT_APPEND="My Overriding prompt appended"