symonkings
Regular Member
- Mar 7, 2024
- 494
- 149
Yeah but I need script, where I can access through python script, I am using this script from GitHub from few days but now it's not working,OpenAI has open-sourced the GPT-2 model. Although it is not as powerful as GPT-3, it is sufficient for some basic dialogue generation tasks.
Post link then to help others please. Thanks.Update: guys I got solution somehow from GitHub.
Ok bro just change "gpt-3.5-turbo" to "gpt-4o-mini" in the codePost link then to help others please. Thanks.
Yeah but I need script, where I can access through python script, I am using this script from GitHub from few days but now it's not working,
"
from g4f.client import Client
client = Client()
response = client.chat.completions.create(
model="gpt-3.5-turbo",
messages=[{"role": "user", "content": "Hello"}],
# Add any other necessary parameters
)
print(response.choices[0].message.content)"
I need another so kindly please help.
I would like to know about it too.Does anyone know free chatgpt or any other chatbot repositories (script) (without api) where I can access chatgpt through script. Actually I was using this script from past few days but now it's stop working
Us momentI need it tooo.![]()
I would like to know about it too.
I just updated, check upUs moment
thanksI just updated, check up