beverage / OpenAIDatabaseTests

A console app, and future hosted service, for the generation of French language quizzing problems based on language features. Also, my first time writing in Python beyond simple tooling scripts. It will back a mobile app I've already made if it ends up working out.
MIT License
0 stars 0 forks source link

💪 General improvements to sentence generation #27

Open beverage opened 2 months ago

beverage commented 2 months ago

Now that highly configurable sentence generation generally works, and that the most basic of web services (and hosting) are up and running, it needs a lot of refinement so it can be consume by problem generators.

Mostly this is DTO-related, as almost all headaches right now are because of everything being json strings passing around everywhere. There are some bugs too, and some prompt refinement required as well.

The following minimally should be done:

These together should create much better results for bundling into non-random problems.

beverage commented 1 month ago

Random sentence generator fix: f1a546054c21b478d1d66edbf1a5e84f60ecf3b9