Updated to version 0.5
This commit is contained in:
@@ -1,9 +1,22 @@
|
||||
model: gpt-3.5-turbo # If you have access to gpt-4 API already, you can update this.
|
||||
api: openai # openai, azure, groq, ollama, anthropic
|
||||
model: gpt-4o # if azure this is the deployment name
|
||||
# other options: gpt-4o, llama3-8b-8192, or claude-3-5-sonnet-20240620
|
||||
|
||||
# Azure specific (only needed if api: azure-openai)
|
||||
azure_endpoint: https://<name>.openai.azure.com
|
||||
azure_api_version: 2024-02-15-preview
|
||||
|
||||
# Completion parameters
|
||||
temperature: 0
|
||||
max_tokens: 500
|
||||
|
||||
# Safety: If set to False, commands returned from the AI will be run *without* prompting the user.
|
||||
safety: True
|
||||
safety: True # Safety: If set to False, commands from LLM run *without* prompting the user.
|
||||
modify: False # Enable prompt modify feature
|
||||
suggested_command_color: blue # Suggested Command Color
|
||||
|
||||
# Open AI API Key (optional): The key can aso be provided via environment variable (OPENAI_API_KEY), .env, or ~/.openai.apikey file
|
||||
openai_api_key:
|
||||
# API Keys (optional): Preferred to use environment variables
|
||||
# OPENAI_API_KEY, AZURE_OPENAI_API_KEY, ANTHROPIC_API_KEY or GROQ_API_KEY (.env file is also supported)
|
||||
azure_openai_api_key:
|
||||
openai_api_key:
|
||||
groq_api_key:
|
||||
anthropic_api_key:
|
||||
|
||||
Reference in New Issue
Block a user