Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
7ac9bc2
1
Parent(s):
a428c9a
Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -38,12 +38,12 @@ EXAMPLE_QUERIES = {
|
|
38 |
}
|
39 |
|
40 |
INTRO_TEXT = """
|
41 |
-
# Google Places API Copilot Demo, Driven by NexusRaven
|
42 |
This demo presents a natural language interface to the Google Places API, showcasing Raven's capability to enable copilots and agents to use software tools. Raven transforms your plain English queries into function calls to your APIs. Type in your query and lets explore wonderful places and recommendations through Raven and the Places API!
|
43 |
|
44 |
πΊοΈ Google Places API searches for places of interest and returns information regarding location, reviews, and recommendations.
|
45 |
|
46 |
-
π¦ββ¬ NexusRaven
|
47 |
|
48 |
### Examples
|
49 |
"""
|
|
|
38 |
}
|
39 |
|
40 |
INTRO_TEXT = """
|
41 |
+
# Google Places API Copilot Demo, Driven by NexusRaven
|
42 |
This demo presents a natural language interface to the Google Places API, showcasing Raven's capability to enable copilots and agents to use software tools. Raven transforms your plain English queries into function calls to your APIs. Type in your query and lets explore wonderful places and recommendations through Raven and the Places API!
|
43 |
|
44 |
πΊοΈ Google Places API searches for places of interest and returns information regarding location, reviews, and recommendations.
|
45 |
|
46 |
+
π¦ββ¬ NexusRaven, our function calling model, will execute the necessary API calls in the backend to get the information you need!
|
47 |
|
48 |
### Examples
|
49 |
"""
|