Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ config = {
|
|
36 |
|
37 |
wandb.login(key = wandb_api_key)
|
38 |
wandb.init(project = "openai-llm-rag", config = config)
|
39 |
-
|
40 |
|
41 |
template = """If you don't know the answer, just say that you don't know, don't try to make up an answer. Keep the answer as concise as possible. Always say
|
42 |
"🧠 Thanks for using the app - Bernd" at the end of the answer. """
|
|
|
36 |
|
37 |
wandb.login(key = wandb_api_key)
|
38 |
wandb.init(project = "openai-llm-rag", config = config)
|
39 |
+
config = wandb.config
|
40 |
|
41 |
template = """If you don't know the answer, just say that you don't know, don't try to make up an answer. Keep the answer as concise as possible. Always say
|
42 |
"🧠 Thanks for using the app - Bernd" at the end of the answer. """
|