Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ else:
|
|
34 |
model = SentenceTransformer("Lajavaness/bilingual-embedding-large", trust_remote_code=True)
|
35 |
|
36 |
|
37 |
-
api_token = st.text_input("Enter your
|
38 |
|
39 |
if api_token:
|
40 |
token = os.environ["GITHUB_TOKEN"] = api_token # security reasons
|
|
|
34 |
model = SentenceTransformer("Lajavaness/bilingual-embedding-large", trust_remote_code=True)
|
35 |
|
36 |
|
37 |
+
api_token = st.text_input("Enter your API key from [GitHub](https://github.com/marketplace/models/azure-openai/gpt-4o):", "Your-API-key", type="password")
|
38 |
|
39 |
if api_token:
|
40 |
token = os.environ["GITHUB_TOKEN"] = api_token # security reasons
|