Skip to content
Snippets Groups Projects

Init

Open Sharat Patil requested to merge init into main
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -11,6 +11,9 @@ if use_vllm_api == "True":
else:
from api_writer.vllm_model import http_bot
print("Caching context...")
http_bot('warmup')
try:
os.environ["OPIK_API_KEY"]
except:
Loading