Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def create_article_components(max_results):
|
|
33 |
return article_components
|
34 |
|
35 |
API_KEY = os.getenv("SERPHOUSE_API_KEY")
|
36 |
-
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("
|
37 |
|
38 |
# 국가별 언어 코드 매핑
|
39 |
COUNTRY_LANGUAGES = {
|
|
|
33 |
return article_components
|
34 |
|
35 |
API_KEY = os.getenv("SERPHOUSE_API_KEY")
|
36 |
+
hf_client = InferenceClient("CohereForAI/c4ai-command-r-plus-08-2024", token=os.getenv("GHF_TOKEN"))
|
37 |
|
38 |
# 국가별 언어 코드 매핑
|
39 |
COUNTRY_LANGUAGES = {
|