Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Integration with open interpreter #61

Closed
ian-reay opened this issue Oct 20, 2023 · 1 comment
Closed

Integration with open interpreter #61

ian-reay opened this issue Oct 20, 2023 · 1 comment

Comments

@ian-reay
Copy link

ian-reay commented Oct 20, 2023

I've been using open interpreter ( https://github.com/KillianLucas/open-interpreter ) quite a bit. I have an engineering/development background so I've been using it to

  • Troubleshoot system stability problems - often scanning system logs
  • Analyze application log files that are sometimes gigs in size
  • Analyze data in spreadsheets

I've also been talking to people in non-engineering areas such as:

  • Legal: Analyzing contracts stored on a network share. Conversing with my documents that sometimes are pretty large.
  • Sales & Markting: Analyzing market data
  • Services: analyzing and creating statements of work and and project plans.

In these scenarios, I can ask open interpreter to analyze data and files. But due to the restricted context windows, open-interpreter currently leverages python scripts very heavily where it will use python to grep, search for keywords, and other scenarios that lack the capabilities of natural language search and a viable long term memory of conversations.

Being able to load a documents ( log files, crash dumps, spreadsheets, contracts, market analysis, project plans ) into your memory and then being able to interpret it effectively holds huge promise. Right now I can get exceptional results when I can fit my problem into gtp 4's 32k context window. But in the above cases that 32k tokens run out very quickly.

@ChuxiJ
Copy link

ChuxiJ commented Oct 24, 2023

I am working for it

see: timedomain-tech/open-creator#15

Repository owner locked and limited conversation to collaborators Oct 26, 2023
@cpacker cpacker converted this issue into discussion #131 Oct 26, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

3 participants