Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marionchaff/openai-api-simple

open-AI API implementation for text analysis and question generation (super simple implementation)
https://github.com/marionchaff/openai-api-simple

api llm openai openai-api python

Last synced: 11 days ago
JSON representation

open-AI API implementation for text analysis and question generation (super simple implementation)

Awesome Lists containing this project

README

        

# openai-api-simple
openai API super simple implementation for text analysis, question generation and answer.
For the questionnaire, the script repeats a question multiple times and uses a hard voting mechanism to determine the most accurate answer.
Ensure your API key is stored in 'key.txt'.