Add minimal OpenAI example config
This commit is contained in:
8
config.openai.example.toml
Normal file
8
config.openai.example.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
# Minimal OpenAI configuration
|
||||
|
||||
[providers]
|
||||
default_provider = "openai.default"
|
||||
|
||||
[providers.openai.default]
|
||||
api_key = "sk-..."
|
||||
model = "gpt-4o"
|
||||
Reference in New Issue
Block a user