mirror of
https://github.com/coaidev/coai.git
synced 2025-05-31 19:00:22 +09:00
13 lines
201 B
YAML
13 lines
201 B
YAML
server:
|
|
port: 8094
|
|
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
|
|
openai:
|
|
anonymous: sk-xxxxxx
|
|
anonymous_endpoint: https://api.openai.com/v1
|
|
user: sk-xxxxxx
|
|
user_endpoint: https://api.openai.com/v1
|