venkat-srinivasan-nexusflow commited on
Commit
7ac9bc2
β€’
1 Parent(s): a428c9a

Update constants.py

Browse files
Files changed (1) hide show
  1. 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-V2 13B
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-V2 13B, our function calling model, will execute the necessary API calls in the backend to get the information you need!
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
  """