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

Added Missing Types #8

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Added Missing Types #8

merged 3 commits into from
Sep 29, 2023

Conversation

0xcadams
Copy link
Contributor

Description

Fixed some missing types to be explicit.

@vercel
Copy link

vercel bot commented Sep 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hopfield ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 29, 2023 10:30pm

@codecov
Copy link

codecov bot commented Sep 29, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (9128b23) 99.09% compared to head (16a2734) 99.09%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   99.09%   99.09%           
=======================================
  Files          31       31           
  Lines        6605     6625   +20     
  Branches      154      154           
=======================================
+ Hits         6545     6565   +20     
  Misses         60       60           
Files Coverage Δ
src/openai/chat/non-streaming.ts 100.00% <100.00%> (ø)
src/openai/chat/streaming-with-functions.ts 100.00% <100.00%> (ø)
src/openai/chat/streaming.ts 96.38% <100.00%> (+0.08%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 29, 2023

Size Change: 0 B

Total Size: 127 kB

ℹ️ View Unchanged
Filename Size
dist/cjs/_test/function.js 369 B
dist/cjs/_test/openai-client.js 170 B
dist/cjs/_test/openai-embedding.js 47 kB
dist/cjs/_test/openai-non-streaming.js 1.78 kB
dist/cjs/_test/openai-streaming.js 874 B
dist/cjs/_test/zod.js 462 B
dist/cjs/base.js 87 B
dist/cjs/chat.js 336 B
dist/cjs/embedding.js 301 B
dist/cjs/errors.js 523 B
dist/cjs/external.js 124 B
dist/cjs/function.js 1.78 kB
dist/cjs/index.js 113 B
dist/cjs/openai/chat/non-streaming-with-functions.js 1.18 kB
dist/cjs/openai/chat/non-streaming.js 1.14 kB
dist/cjs/openai/chat/shared.js 1.17 kB
dist/cjs/openai/chat/streaming-with-functions.js 1.3 kB
dist/cjs/openai/chat/streaming.js 1.24 kB
dist/cjs/openai/embedding.js 974 B
dist/cjs/openai/external.js 130 B
dist/cjs/openai/function.js 535 B
dist/cjs/openai/index.js 114 B
dist/cjs/openai/models.js 220 B
dist/cjs/openai/provider.js 531 B
dist/cjs/openai/template.js 308 B
dist/cjs/provider.js 86 B
dist/cjs/template.js 206 B
dist/cjs/type-utils.js 69 B
dist/cjs/types.js 64 B
dist/cjs/utils.js 155 B
dist/cjs/version.js 82 B
dist/esm/_test/function.js 369 B
dist/esm/_test/openai-client.js 170 B
dist/esm/_test/openai-embedding.js 47 kB
dist/esm/_test/openai-non-streaming.js 1.78 kB
dist/esm/_test/openai-streaming.js 874 B
dist/esm/_test/zod.js 462 B
dist/esm/base.js 87 B
dist/esm/chat.js 336 B
dist/esm/embedding.js 301 B
dist/esm/errors.js 523 B
dist/esm/external.js 135 B
dist/esm/function.js 1.78 kB
dist/esm/index.js 113 B
dist/esm/openai/chat/non-streaming-with-functions.js 1.2 kB
dist/esm/openai/chat/non-streaming.js 1.16 kB
dist/esm/openai/chat/shared.js 1.17 kB
dist/esm/openai/chat/streaming-with-functions.js 1.32 kB
dist/esm/openai/chat/streaming.js 1.25 kB
dist/esm/openai/embedding.js 999 B
dist/esm/openai/external.js 130 B
dist/esm/openai/function.js 550 B
dist/esm/openai/index.js 114 B
dist/esm/openai/models.js 220 B
dist/esm/openai/provider.js 531 B
dist/esm/openai/template.js 308 B
dist/esm/provider.js 86 B
dist/esm/template.js 206 B
dist/esm/type-utils.js 91 B
dist/esm/types.js 64 B
dist/esm/utils.js 155 B
dist/esm/version.js 82 B

compressed-size-action

@0xcadams 0xcadams merged commit 24b5bdc into main Sep 29, 2023
11 of 12 checks passed
@0xcadams 0xcadams deleted the 0xcadams/type-cleanup branch September 29, 2023 22:34
@github-actions github-actions bot mentioned this pull request Sep 29, 2023
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.

None yet

1 participant