Skip to content
Guillaume Descoteaux-Isabelle edited this page Nov 1, 2024 · 3 revisions

Olca

Orpheus Langchain CLI Assistant

  • (very Experimental and dangerous)

olca_config.yaml (sample)

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"

Customize the Default appended prompt the agent gots

OLCA_SYSTEM_PROMPT_APPEND="My Overriding prompt appended"
Clone this wiki locally