Closed CajuCLC closed 1 year ago
thanks, can you try update again please and let me know
thanks, can you try update again please and let me know
gpt-4 model worked with this code: https://github.com/Hassassistant/openai_response/issues/4#issuecomment-1511495044 So he PR #6 was almost there.
That is very strange. I basicallly copied your code for that part.
I don't have gpt-4 so I can't really test it. Would you be able to run something like
import openai
openai.api_key = "sk-....."
# list models
models = openai.Model.list()
for m in models.data:
print(m.id)
That is very strange. I basicallly copied your code for that part.
I don't have gpt-4 so I can't really test it. Would you be able to run something like
import openai openai.api_key = "sk-....." # list models models = openai.Model.list() for m in models.data: print(m.id)
Sorry I haven't replied. Now it doesn't show. I guess it was there for a day and then gone. Might have been the trial.
I updated after PR #6 was merged and now I can't use any of the gpt-4 models. Yes, I pay for the beta and yes it was working prior to the update.