Skip to content

Commit

Permalink
Added project to Streamlit
Browse files Browse the repository at this point in the history
  • Loading branch information
rajtilakjee committed Jan 5, 2024
1 parent f19a1e6 commit 1d228f6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/utils/llmOS_stuff.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import requests
import os
from dotenv import load_dotenv
import streamlit as st

load_dotenv()
# load_dotenv()

llmos_api_key = os.getenv("llmOS_API_KEY")
llmos_api_key = st.secrets["llmOS_API_KEY"]

url = "https://api.llmos.dev/v1/chat/completions"

Expand Down

0 comments on commit 1d228f6

Please sign in to comment.