mirror of
https://github.com/sigmasternchen/EverythingAPI
synced 2025-03-14 23:38:55 +00:00
bind to 0.0.0.0
This commit is contained in:
parent
ba6afd3cfe
commit
b36863f3e8
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def main():
|
|||
load_dotenv()
|
||||
# ai = OpenAI(api_key=os.environ["OPENAI_TOKEN"])
|
||||
ai = Groq(api_key=os.environ["GROQ_TOKEN"])
|
||||
app.run()
|
||||
app.run(host="0.0.0.0")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue