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

Any way to user commet_llm as object? #137

Open
DmitriiShubin opened this issue Jun 1, 2024 · 6 comments
Open

Any way to user commet_llm as object? #137

DmitriiShubin opened this issue Jun 1, 2024 · 6 comments

Comments

@DmitriiShubin
Copy link

example:
a = comet_llm.init()
a.start_chain(...)

My agent has multiple files and complex module structure, super inconvenient to use rn as a global variable

@Lothiraldan
Copy link
Member

Hi @DmitriiShubin, thank you for raising your pain point. The usage of a global variable is meant to making it easier for you to use our LLM SDK and not requiring your to update all functions in your call stack to pass the LLM SDKs around.
Could you share a bit more information about your use-case and agent setup? Does your agent runs across multiple threads, coroutines or processes?

@DmitriiShubin
Copy link
Author

DmitriiShubin commented Jun 19, 2024 via email

@DmitriiShubin
Copy link
Author

Does your agent runs across multiple threads, coroutines or processes?
Rn it isn't but we're planning to add multi-threading in a near future

@Lothiraldan
Copy link
Member

Also, how are you guys compliant with the security? do you use/review logs/prompts?

Our terms of service https://www.comet.com/site/terms-of-service/ and Privacy Policy https://www.comet.com/site/privacy-policy/ cover this. In general user owns their data stored in comet unless they set it to public. In addition for security we are SOC2 and ISO 27001 complaint.

Rn it isn't but we're planning to add multi-threading in a near future

Sounds good, would you be willing to jump on a call to explore what the best API would be for your use-case?

@DmitriiShubin
Copy link
Author

sure, please feel free to reach out shubin.dmitrii@gmail.com

@DmitriiShubin
Copy link
Author

and thanks for the info!

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

No branches or pull requests

2 participants