forked from wunderwuzzi23/yolo-ai-cmdbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yolo.yaml
21 lines (16 loc) · 769 Bytes
/
yolo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
api: openai # openai, azure_openai, groq
model: gpt-4o # if azure_openai this is the deployment name, for groq, e.g llama3-8b-8192
# 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: 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
# API Keys (optional): Preferred to use environment variables
# OPENAI_API_KEY, AZURE_OPENAI_API_KEY or GROQ_API_KEY (.env file is also supported)
azure_openai_api_key:
openai_api_key:
groq_api_key: