How to use Bing-AI as model in the code ? #1675
Answered
by
hlohaus
RajeshTechForge
asked this question in
Q&A
-
How to use Bing AI as model in the code ? |
Beta Was this translation helpful? Give feedback.
Answered by
hlohaus
Mar 12, 2024
Replies: 2 comments 2 replies
-
The model can you left blank. Example: client = Client(provider=g4f.Provider.Bing) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RajeshTechForge
-
If I used the OpenAI library, is it possible to do this? |
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
The model can you left blank.
In the client can you define the a provider for your requests.
Example:
client = Client(provider=g4f.Provider.Bing)