Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/marionchaff/openai-api-simple
- Owner: MarionChaff
- Created: 2024-07-19T16:54:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:58:31.000Z (6 months ago)
- Last Synced: 2024-11-06T02:33:42.128Z (about 2 months ago)
- Topics: api, llm, openai, openai-api, python
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'.