Skip to content

Commit

Permalink
bugfix: variable name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Dec 25, 2023
1 parent 712164d commit d0c0cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from modules.presets import CHAT_COMPLETION_URL, BALANCE_API_URL, USAGE_API_URL, API_HOST, OPENAI_API_BASE
from modules.presets import CHAT_COMPLETION_URL, BALANCE_API_URL, USAGE_API_URL, API_HOST, OPENAI_API_BASE, IMAGES_COMPLETION_URL
import os
import queue
import openai
Expand Down

0 comments on commit d0c0cec

Please sign in to comment.