mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 00:20:45 +00:00
28cedec9de
* chat_completions tool call fixes * update chat completions test
10 lines
243 B
YAML
10 lines
243 B
YAML
api_url: http://api.puter.localhost:4100
|
|
frontend_url: http://puter.localhost:4100
|
|
username: admin
|
|
auth_token: <your-token>
|
|
do_expensive_ai_tests: false
|
|
mountpoints:
|
|
- path: /
|
|
provider: puterfs
|
|
- path: /admin/tmp
|
|
provider: memoryfs |