ParthSadaria commited on
Commit
afe2e88
·
verified ·
1 Parent(s): d5656a9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -39,7 +39,7 @@ def generate_search(query: str, stream: bool = True) -> str:
39
  ]
40
 
41
  # Insert the system prompt at the beginning of the conversation history
42
- prompt.insert(0, {"content": "Be Helpful and Friendly coz ur searchgpt", "role": "system"})
43
 
44
  payload = {
45
  "is_vscode_extension": True,
 
39
  ]
40
 
41
  # Insert the system prompt at the beginning of the conversation history
42
+ prompt.insert(0, {"content": "Be Helpful and Friendly", "role": "system"})
43
 
44
  payload = {
45
  "is_vscode_extension": True,