abdullah040 commited on
Commit
8bc955b
·
1 Parent(s): 8f568b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gpt_index import GPTSimpleVectorIndex
3
  from gpt_index.langchain_helpers.chain_wrapper import OpenAI
4
  import os
5
 
6
- os.environ["OPENAI_API_KEY"] = "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"
7
  index = GPTSimpleVectorIndex.load_from_disk('./index (4).json')
8
 
9
  def my_model_function(input_text):
 
3
  from gpt_index.langchain_helpers.chain_wrapper import OpenAI
4
  import os
5
 
6
+ os.environ["OPENAI_API_KEY"] = "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"
7
  index = GPTSimpleVectorIndex.load_from_disk('./index (4).json')
8
 
9
  def my_model_function(input_text):