csensemakers / desci-sense

2 stars 2 forks source link

Changing model type to GPT4 #115

Open ronentk opened 6 months ago

ronentk commented 6 months ago

Hi @pepoospina to use GPT4 you can change here https://github.com/csensemakers/desci-sense/blob/5e7b4547095e80aa1f76e591f3de7489b666e87e/nlp/desci_sense/shared_functions/init.py#L43 and here https://github.com/csensemakers/desci-sense/blob/5e7b4547095e80aa1f76e591f3de7489b666e87e/nlp/desci_sense/shared_functions/init.py#L55

to

"openai/gpt-4" 

instead of "mistralai/mistral-7b-instruct"