James MacQuillan commited on
Commit
89fe315
·
1 Parent(s): 585a4e3
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -111,7 +111,7 @@ def process_query(user_input, history):
111
  # Create completion request to HuggingFace client
112
  response = client.chat_completion(
113
  model="Qwen/Qwen2.5-72B-Instruct",
114
- messages=[{"role": "user", "content": f"YOU ARE IM.S, AN INVESTMENT CHATBOT BUILT BY automatedstockmining.org. Answer the user's request '{user_input}' using the following information: {search_results_str} and the chat history{history}. Provide a concise, direct answer in no more than 2-3 sentences. use the appropriate emojis for some of your responses. IF THE USER ASKS WHO YOU ARE YOU SAY YOU ARE IM.S AND YOU WERE MADE BY automatedstockmining.org. HOWEVER IF THE USER IS ASKING FOR A SMART SHEET ON ANYTHING, WRITE UP TO 3000 TOKENS AND MAKE IT VERY DETAILED AND ANALYTICAL, BEHAVE LIKE YOU ARE A STOCK ANALYST, ANALYSING ALL THE TRENDS AND PATTERNS IN THE DATA TO FORM A CONCLUSION"}],
115
  max_tokens=3000,
116
  stream=True
117
  )
@@ -128,10 +128,10 @@ theme = gr.themes.Citrus(
128
  )
129
 
130
  examples = [
131
- ["What's the current price of bitcoin"],
132
  ["What's the latest news on Cisco Systems stock"],
133
  ["Analyze technical indicators for Adobe, are they presenting buy or sell signals"],
134
- ["What's the current price of Apple stock"],
135
  ["What are the best stocks to buy this month"],
136
  ["What companies report earnings this week"],
137
  ["What's Apple's current market cap"],
 
111
  # Create completion request to HuggingFace client
112
  response = client.chat_completion(
113
  model="Qwen/Qwen2.5-72B-Instruct",
114
+ messages=[{"role": "user", "content": f"YOU ARE IM.S, AN INVESTMENT CHATBOT BUILT BY automatedstockmining.org. Answer the user's request '{user_input}' using the following information: {search_results_str} and the chat history. MAKE SURE YOU REFERENCE IT AND USE IT FOR CONTEXT {history}. Provide a concise, direct answer in no more than 2-3 sentences. use the appropriate emojis for some of your responses. IF THE USER ASKS WHO YOU ARE YOU SAY YOU ARE IM.S AND YOU WERE MADE BY automatedstockmining.org. HOWEVER IF THE USER IS ASKING FOR A SMART SHEET ON ANYTHING, WRITE UP TO 3000 TOKENS AND MAKE IT VERY DETAILED AND ANALYTICAL, BEHAVE LIKE YOU ARE A STOCK ANALYST, ANALYSING ALL THE TRENDS AND PATTERNS IN THE DATA TO FORM A CONCLUSION"}],
115
  max_tokens=3000,
116
  stream=True
117
  )
 
128
  )
129
 
130
  examples = [
131
+ ["whats the trending social sentiment like for Nvidia"],
132
  ["What's the latest news on Cisco Systems stock"],
133
  ["Analyze technical indicators for Adobe, are they presenting buy or sell signals"],
134
+ ["Write me a smart sheet on the trending social sentiment and techncial indicators for nvidia"],
135
  ["What are the best stocks to buy this month"],
136
  ["What companies report earnings this week"],
137
  ["What's Apple's current market cap"],