Spaces:
Runtime error
Runtime error
Update llm_config.json
Browse files- llm_config.json +1 -1
llm_config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"openai": {
|
| 3 |
-
"url": "
|
| 4 |
"max_tokens": 256,
|
| 5 |
"temperature": 0.6,
|
| 6 |
"top_p": 0.95,
|
|
|
|
| 1 |
{
|
| 2 |
"openai": {
|
| 3 |
+
"url": "http://localhost:7860/v1/chat/completions",
|
| 4 |
"max_tokens": 256,
|
| 5 |
"temperature": 0.6,
|
| 6 |
"top_p": 0.95,
|