awinml commited on
Commit
8b61059
1 Parent(s): 22faa44

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -25,6 +25,8 @@ from utils.models import (
25
  get_spacy_model,
26
  get_splade_sparse_embedding_model,
27
  get_t5_model,
 
 
28
  )
29
  from utils.prompts import (
30
  generate_flant5_prompt_instruct_chunk_context,
 
25
  get_spacy_model,
26
  get_splade_sparse_embedding_model,
27
  get_t5_model,
28
+ gpt_model,
29
+ save_key,
30
  )
31
  from utils.prompts import (
32
  generate_flant5_prompt_instruct_chunk_context,