-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version to 0.1.0-alpha.5 * add publish:all * rename publish:all to publish * even more README edits * update README again * docs initial commit * reorganize tests/; run integration test during ci? * fix circleci conf * ok * add context * test if this will cause test to fail * Revert "test if this will cause test to fail" This reverts commit 389e377. * hf int test * s/pass/fail/ * use more types * incremental updates to types * incremental updates to types * add typeDefs tsc path * fix paths * remove createHttpModelProvider * incremental type improvements * use import type * refresh docs * README updates * more doc improvements * more docs * more docs * fleshing out ModelApi docs * full docs for createOpenAiChatModelProvider * full docs for createLmStudioModelProvider * full docs for createHuggingfaceInferenceModelProvider and small fixes elsewhere * full docs for createGroqModelProvider * full docs for createCohereLegacyModelProvider * full docs for createAwsBedrockModelProvider * doc categories * full openai ChatCompletion api * move some files around; rest of ai21j2complete * comment about lmstudio * lint * add ChatCompletionRequestMessage to OpenAiChatOptions * add mistral provider * finish docs for mistral provider * doc updates * docs:gen * proper integration tests * track req/resp history * replace cohereLegacy with cohere; add cohere chat api (initial) * union type for createAwsBedrockModelProvider api param * union type for createHuggingfaceInferenceModelProvider api param * docs:gen * fix builds * add optionals to cohere-chat resp * fix composite() 😬 * fix typo (really need some snapshot tests of these) * complete cohere /chat api * (WIP) cohere tools int test * better clean script * remove comment * update keywords * remove commented out config * fix whole build procedure; overly redundant now but should be fully working * remove old script * more docs * template fix for browsers * fix lmstudio modelIds in e2e tests
- Loading branch information
Showing
205 changed files
with
8,442 additions
and
2,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ OPENAI_API_KEY= | |
HUGGINGFACE_API_TOKEN= | ||
GROQ_API_KEY= | ||
COHERE_API_KEY= | ||
MISTRAL_API_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.