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

Fix/remove custom import paths #20

Merged
merged 5 commits into from
Jan 16, 2024
Merged

Conversation

VisargD
Copy link
Collaborator

@VisargD VisargD commented Jan 15, 2024

Title: remove custom import paths

Description:

  • Replace module imports in src/apis/postMethod.ts, src/apis/embeddings.ts, src/apis/generations.ts
  • Remove use of NodeJS.fetch namespace as its removed in recent versions of @types/node

Motivation:

Related Issues:

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Jan 15, 2024
@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Jan 16, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 16, 2024
@VisargD VisargD merged commit d6a02cc into main Jan 16, 2024
1 check passed
@VisargD VisargD deleted the fix/remove-custom-import-paths branch January 16, 2024 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove nodejs fetch namespace reference Remove custom path imports
2 participants