Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ def search_similar_documents(prompt):
|
|
54 |
return "\n".join(formatted_results)
|
55 |
|
56 |
def ask_llm(prompt):
|
|
|
57 |
#client = Client("KingNish/OpenGPT-4o")
|
58 |
result = client_llm.predict(
|
59 |
param_0=prompt,
|
|
|
54 |
return "\n".join(formatted_results)
|
55 |
|
56 |
def ask_llm(prompt):
|
57 |
+
client_llm = Client("wasmdashai/meta-llama-Llama-3.2-3B-Instruct")
|
58 |
#client = Client("KingNish/OpenGPT-4o")
|
59 |
result = client_llm.predict(
|
60 |
param_0=prompt,
|