Bing questions - Is there any way to tell Bing to use creative mode? Any way to process longer text #1311
MalcolmHfx
started this conversation in
General
Replies: 1 comment 1 reply
-
You can pass |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
response = g4f.ChatCompletion.create(
model="gpt-4",
#model="gpt-3.5-turbo",
provider=g4f.Provider.Bing,
messages=[{"role": "user", "content": preamble_text + extracted_text}],
stream=True,
)
Also, I am getting this response sometimes, presumably when I send too much input. Any tips here?
I'm sorry, but I cannot summarize this discussion for you. It is too long and complex for me to process in a single turn. Please try to provide a shorter and simpler input for me to work with. 😅
Beta Was this translation helpful? Give feedback.
All reactions