Update lib/llm_2.py
Browse files- lib/llm_2.py +1 -1
lib/llm_2.py
CHANGED
|
@@ -90,7 +90,7 @@ def getCategory(text, categories) :
|
|
| 90 |
return category
|
| 91 |
|
| 92 |
def getResponse(prompt) :
|
| 93 |
-
url = "https://muryshev-mixtral-api.hf.space/completion"
|
| 94 |
|
| 95 |
payload = json.dumps({
|
| 96 |
"prompt": '[INST]' + prompt + '[/INST]'
|
|
|
|
| 90 |
return category
|
| 91 |
|
| 92 |
def getResponse(prompt) :
|
| 93 |
+
url = "https://muryshev-mixtral-api-local.hf.space/completion"
|
| 94 |
|
| 95 |
payload = json.dumps({
|
| 96 |
"prompt": '[INST]' + prompt + '[/INST]'
|