Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14/n] Fixes for model name #15

Merged
merged 12 commits into from
Oct 13, 2023
Merged

[14/n] Fixes for model name #15

merged 12 commits into from
Oct 13, 2023

Conversation

Ports over parameterization handling for AIConfig. Still some work left around getting outputs properly -- as well as tests, which will come in upcoming diffs
Next will add stubs for ModelParser. Then we can begin implementing
…lass

Still getting library structure set up in TS
Used the executeCellWithDependencies implementation, which should be consistent with this.
Handles both chat and non-chat models (two separate model parsers for those).

Handles parametrization properly across system prompt and previous messages.

Next will add run methods for OpenAI which handle streaming and nonstreaming.
Some minor API design changes to help with returning streaming results back.

Also implemented the run function for OpenAI models, handling both streaming and non-streaming scenarios. Added a callback handler to support sending incremental updates back to the caller.
Add implementation for all CRUD operations.
Next up is tests and some additional APIs for parameterization.
This allows each model parser to determine how to parse an Output object as a string value.
* Add some CRUD operations to be able to interact with AIConfig Output objects more easily
* Also some minor refactorings to consolidate output handling in the AIConfigRuntime class.
When serializing completion params into a Prompt object, we need to use the model name specified in the completion params since that affects the model behavior. That should be the ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants