diff --git a/app.py b/app.py index 19d272b..d6f9397 100644 --- a/app.py +++ b/app.py @@ -7,12 +7,6 @@ client = OpenAI( base_url='https://llama-3-2-3b.societyai.com/openai/v1', ) -# If your endpoint requires an API key, uncomment and set it here -# client.api_key = 'your-api-key' - -# Optionally, disable SSL verification if necessary (not recommended for production) -# client.verify_ssl_certs = False - with gr.Blocks(css="footer {visibility: hidden}") as demo: chatbot = gr.Chatbot(type="messages") msg = gr.Textbox() diff --git a/build.sh b/build.sh deleted file mode 100755 index 451eced..0000000 --- a/build.sh +++ /dev/null @@ -1 +0,0 @@ -docker buildx build --builder mybuilder --platform linux/amd64 --tag 637423653021.dkr.ecr.us-east-2.amazonaws.com/gradio-apps:test --load . \ No newline at end of file