bstraehle commited on
Commit
c27699b
1 Parent(s): 981631f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #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. """
 
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. """