You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Thank you for your great work. I try to use your repo but so far run into problems when trying to reach openai servers.
Traceback (most recent call last):
File "/home/anasrezklinux/anas_april/visual_story.py", line 1133, in <module>
custom_diffusion_inference([character_1, character_2], step, lr)
File "/home/anasrezklinux/anas_april/visual_story.py", line 512, in custom_diffusion_inference
TIFA_metric_score, DALL_eval_score, ViTS_16_DINO_embeddings = score_images(image_path, real_photo_path_list, prompt)
File "/home/anasrezklinux/anas_april/visual_story.py", line 53, in score_images
return TIFA_metric_score(prompt, image_path),DALL_eval_score(prompt, image_path),[ViTS_16_DINO_embeddings(image_path, real_image_path) for real_image_path in real_image_paths]
File "/home/anasrezklinux/anas_april/compile_story.py", line 86, in TIFA_metric_score
gpt3_questions = get_question_and_answers(prompt)
File "/home/anasrezklinux/anas_april/tifa/tifascore/question_gen.py", line 547, in get_question_and_answers
resp = openai_completion(this_prompt)
File "/home/anasrezklinux/anas_april/tifa/tifascore/openai_api.py", line 6, in openai_completion
resp = openai.ChatCompletion.create(
File "/home/anasrezklinux/anas_april/venv/lib/python3.10/site-packages/openai/lib/_old_api.py", line 39, in __call__
raise APIRemovedInV1(symbol=self._symbol)
openai.lib._old_api.APIRemovedInV1:
You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0 - see the README at https://github.com/openai/openai-python for the API.
You can run `openai migrate` to automatically upgrade your codebase to use the 1.0.0 interface.
Alternatively, you can pin your installation to the old version, e.g. `pip install openai==0.28`
A detailed migration guide is available here: https://github.com/openai/openai-python/discussions/742
for now I will revert to openai==0.28 , yet, it would be great if you could update this repo :)
The text was updated successfully, but these errors were encountered:
Hi
Thank you for your great work. I try to use your repo but so far run into problems when trying to reach openai servers.
for now I will revert to openai==0.28 , yet, it would be great if you could update this repo :)
The text was updated successfully, but these errors were encountered: