feat: adding automated tests
This commit is contained in:
parent
e484f12228
commit
29ee360082
18 changed files with 2886 additions and 4 deletions
15
test/config_test.yaml
Normal file
15
test/config_test.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
endpoints:
|
||||
- http://192.168.0.51:12434
|
||||
|
||||
llama_server_endpoints:
|
||||
- http://192.168.0.51:12434/v1
|
||||
|
||||
max_concurrent_connections: 2
|
||||
|
||||
api_keys:
|
||||
"http://192.168.0.51:12434": "ollama"
|
||||
"http://192.168.0.51:12434/v1": "llama"
|
||||
|
||||
db_path: "/tmp/nomyo_test_tokens.db"
|
||||
|
||||
cache_enabled: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue