Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ api=HfApi()
|
|
27 |
client = InferenceClient(
|
28 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
29 |
)
|
30 |
-
|
|
|
31 |
def parse_action(string: str):
|
32 |
print("PARSING:")
|
33 |
print(string)
|
@@ -360,7 +361,7 @@ def run(purpose,history):
|
|
360 |
|
361 |
|
362 |
examples =[
|
363 |
-
"Research the Amazon Company to determine if buying their stock today is a good investment",
|
364 |
"What is the current weather in Florida?",
|
365 |
"Find the best deals on flippers for scuba diving",
|
366 |
"Teach me to fly a helicopter"
|
|
|
27 |
client = InferenceClient(
|
28 |
"mistralai/Mixtral-8x7B-Instruct-v0.1"
|
29 |
)
|
30 |
+
print(request.META.get('PATH_INFO'))
|
31 |
+
print(request.META.get('HTTP_HOST'))
|
32 |
def parse_action(string: str):
|
33 |
print("PARSING:")
|
34 |
print(string)
|
|
|
361 |
|
362 |
|
363 |
examples =[
|
364 |
+
"Research the Amazon Company financials to determine if buying their stock today is a good investment",
|
365 |
"What is the current weather in Florida?",
|
366 |
"Find the best deals on flippers for scuba diving",
|
367 |
"Teach me to fly a helicopter"
|