Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import random
|
|
| 4 |
|
| 5 |
from huggingface_hub import InferenceClient
|
| 6 |
|
| 7 |
-
client = InferenceClient("
|
| 8 |
# name of llm chatbot accessed ^^ or can use ' microsoft/phi-4 that's connected to the microsoft phi gen model
|
| 9 |
|
| 10 |
def respond(message,history):
|
|
|
|
| 4 |
|
| 5 |
from huggingface_hub import InferenceClient
|
| 6 |
|
| 7 |
+
client = InferenceClient("microsoft/phi-4")
|
| 8 |
# name of llm chatbot accessed ^^ or can use ' microsoft/phi-4 that's connected to the microsoft phi gen model
|
| 9 |
|
| 10 |
def respond(message,history):
|