NikosKprl commited on
Commit
91f26a6
·
verified ·
1 Parent(s): 2170662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 personal access token from [GitHub](https://github.com/marketplace/models/azure-openai/gpt-4o):", "")
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