https://github.com/dmanning23/crewgenerator
A quick project showing how to use dynamically sized lists in an OpenAI API function
https://github.com/dmanning23/crewgenerator
llm openai streamlit
Last synced: 2 months ago
JSON representation
A quick project showing how to use dynamically sized lists in an OpenAI API function
- Host: GitHub
- URL: https://github.com/dmanning23/crewgenerator
- Owner: dmanning23
- License: mit
- Created: 2023-11-15T19:56:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:38:08.000Z (over 2 years ago)
- Last Synced: 2025-07-19T07:57:57.090Z (11 months ago)
- Topics: llm, openai, streamlit
- Language: Python
- Homepage: https://crewgenerator-4rgar97eqygbvpktzneuxj.streamlit.app/
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrewGenerator
This is a short project showing how to using LLM function calls with a very short description to generate characters.
This project shows how to return a list of objects that can be used as arguments to call a function multiple times.
Try it at:
https://crewgenerator-4rgar97eqygbvpktzneuxj.streamlit.app/
