feat: bootstrap goaichat CLI and config system
This commit is contained in:
11
config.example.yaml
Normal file
11
config.example.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
api:
|
||||
url: "https://api.openai.com/v1"
|
||||
key: "${GOAICHAT_API_KEY}"
|
||||
model:
|
||||
name: "gpt-4o-mini"
|
||||
temperature: 0.7
|
||||
stream: true
|
||||
ui:
|
||||
show_timestamps: true
|
||||
logging:
|
||||
level: "info"
|
Reference in New Issue
Block a user