Awakening the AI commited on
Commit
d034337
1 Parent(s): 01b98a4

Update main.py (#2)

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -7,7 +7,8 @@ from fastapi import FastAPI
7
 
8
  app = FastAPI()
9
 
10
- generator = pipeline('text-generation',model='gpt2')
 
11
 
12
  @app.get("/")
13
  async def root():
 
7
 
8
  app = FastAPI()
9
 
10
+ #generator = pipeline('text-generation',model='gpt2')
11
+ generator = pipeline('text-generation',model='Open-Orca/Mistral-7B-OpenOrca')
12
 
13
  @app.get("/")
14
  async def root():