[Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Support / help / discussion forum for twitter bot
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: [Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Post by martin@rootjazz »

https://rootjazz.com/twitterdub/updatetesting.html

Read the changelog warning, as includes a major update to global processed logs
mihail
Posts: 18
Joined: Sat Mar 04, 2023 11:41 am

Re: [Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Post by mihail »

Thank you!
Going to update in case any further problems with chatgpt appear
mihail
Posts: 18
Joined: Sat Mar 04, 2023 11:41 am

Re: [Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Post by mihail »

Now I face the following
Probably the response from chat gpt also differs from the regular models.

Code: Select all

21:49:24: 200
https://api.openai.com/v1/chat/completions
{
  "id": "chatcmpl-7PHnOYenhX9YsfYuhmIcUwv863zF4",
  "object": "chat.completion",
  "created": 1686260962,
  "model": "gpt-3.5-turbo-0301",
  "usage": {
    "prompt_tokens": 65,
    "completion_tokens": 28,
    "total_tokens": 93
  },
  "choices": [
    {
      "message": {
        "role": "assistant",
        "content": "I'm sure the login issues are just a fun feature for players to enjoy. Keep up the good work! 😜 #Diablo4"
      },
      "finish_reason": "stop",
      "index": 0
    }
  ]
}
21:49:24: 
Exception: ExActionFailed
Exception of type 'LibProcessing.ExActionFailed' was thrown.
   at _rZefrgKOUbhsuojLJiifOImpxgd._4i7Hn8gV3ReK7BIkDDUVKxxAQ5O(String , DbAction , String , String , String , String )
   at _rZefrgKOUbhsuojLJiifOImpxgd._hwPPhDwPoKsCxsJnI8XSWkhut5I(String , DbAction , String )
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: [Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Post by martin@rootjazz »

the response I got from that endpoint was handled, but perhaps it's like the other endpoint where multiple formats may be returned.

I will handle this format for todays update
User avatar
martin@rootjazz
Site Admin
Posts: 34712
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: [Issue] ChatGPT reply function doesn't work with gpt-3.5-turbo model

Post by martin@rootjazz »

The next update will fix this. I shall let you know when it is ready.



Regards,
Martin
Post Reply