Spaces:
Running
Running
Commit
·
0b1e565
1
Parent(s):
aa92fe2
Nouvelle API_BASE_URL (ajout de /v1)
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ MAX_NB_TOKENS_IN_RESPONSE=1500
|
|
26 |
TEMPERATURE=0.5 # The closer to 1, the less deterministic and the more creative
|
27 |
|
28 |
#API_BASE_URL="https://chatapi.akash.network/api/v1" # Changing may require to adapt the custom_llm initialization
|
29 |
-
API_BASE_URL="http://192.168.18.32:3128" # Local Mistral
|
30 |
|
31 |
# Ajuster le chemin de torch.classes pour éviter le conflit
|
32 |
torch.classes.__path__ = []
|
|
|
26 |
TEMPERATURE=0.5 # The closer to 1, the less deterministic and the more creative
|
27 |
|
28 |
#API_BASE_URL="https://chatapi.akash.network/api/v1" # Changing may require to adapt the custom_llm initialization
|
29 |
+
API_BASE_URL="http://192.168.18.32:3128/v1" # Local Mistral
|
30 |
|
31 |
# Ajuster le chemin de torch.classes pour éviter le conflit
|
32 |
torch.classes.__path__ = []
|