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

Integrate NIBittensorLLM #2385

Closed
wants to merge 24 commits into from
Closed

Conversation

BitVoyagerMan
Copy link
Contributor

  • Add NIBittensorLLM endpoint based on power of Bittensor.

@vercel
Copy link

vercel bot commented Aug 23, 2023

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

Name Status Preview Updated (UTC)
langchainjs-docs ✅ Ready (Inspect) Visit Preview Aug 28, 2023 0:30am

@dosubot dosubot bot added the auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features label Aug 23, 2023
@@ -0,0 +1,156 @@
import axios, { AxiosResponse } from "axios";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR introduces a new HTTP request using axios to retrieve API keys and interact with the Neural Internet API. Please review this change to ensure it aligns with the project's requirements and best practices.

@@ -52,6 +52,8 @@
"typescript": "^5.0.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work on the PR! I've noticed a dependency change in the package.json file, specifically the addition of "@types/axios" as a dev dependency and "axios" as a regular dependency. This comment is to flag the change for maintainers to review.

langchain/package.json Outdated Show resolved Hide resolved
@jacoblee93
Copy link
Collaborator

Thanks for this! It would be better to try to do this without optional deps - it looks like we can probably do this with fetch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:enhancement A large net-new component, integration, or chain. Use sparingly. The largest features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants