rohand1 commited on
Commit
49b450f
1 Parent(s): e9c452e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # imports
2
- """## RetrievalQA with LLaMA 2-70B on Together API"""
3
 
4
  import os
5
  os.environ["TOGETHER_API_KEY"] = "6e132bb99c767328701e4870bad6b3234b94ee701dbf7b995cdbec44fb01687a"
@@ -16,7 +16,7 @@ models = together.Models.list()
16
 
17
  together.Models.start("togethercomputer/llama-2-70b-chat")
18
 
19
- import together
20
 
21
  import logging
22
  from typing import Any, Dict, List, Mapping, Optional
 
1
  # imports
2
+ import together
3
 
4
  import os
5
  os.environ["TOGETHER_API_KEY"] = "6e132bb99c767328701e4870bad6b3234b94ee701dbf7b995cdbec44fb01687a"
 
16
 
17
  together.Models.start("togethercomputer/llama-2-70b-chat")
18
 
19
+
20
 
21
  import logging
22
  from typing import Any, Dict, List, Mapping, Optional