Тёмный

Open Interpreter in 7 Minutes 

Developers Digest
Подписаться 20 тыс.
Просмотров 13 тыс.
50% 1

An open-source, locally running implementation of OpenAI's Code Interpreter
Let language models run code on your computer.
Repo: github.com/Kil...
OpenAI: platform.opena...
Patreon: / developersdigest

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@killianlucas
@killianlucas Год назад
great video!! thanks!
@DevelopersDigest
@DevelopersDigest Год назад
Thank you for building! Amazing work.
@Starius2
@Starius2 Год назад
RU-vid recently has been recommending me actually GOOD smaller channels. This is insane
@DevelopersDigest
@DevelopersDigest Год назад
Cheers! Glad to hear that 🙂
@ddwinhzy
@ddwinhzy Год назад
Already in use, awesome tool.
@DevelopersDigest
@DevelopersDigest Год назад
💯
@gipmar3737
@gipmar3737 18 дней назад
excellent instructions, thank you. I'm late to the party, and just wondering how long a typical wait is for the openAI API access approval?
@DevelopersDigest
@DevelopersDigest 5 дней назад
Ollama doesn’t require OpenAI api access. Different thing (Ollama + models they have available are free!)
@resourceserp
@resourceserp 11 месяцев назад
i installed open interpreter on windows 10 and used Terminal Powershell prompt to install open Interpreter, 1) I find the path different, in fact i had to go to site packages to see the config file, am i missing something 2) I did try adding the api key for chatgpt 3.5 and it keeps asking everytime 3) How does he edited config file actually look like. there is no step by step tutorial to actually find what am i missing out. Interesting i got an llmlite error, i had to go to bard to find out what to do? but even it was incomplete as the steps provided are for the older version of open interpreter.
@hrushikeshshinde4892
@hrushikeshshinde4892 8 месяцев назад
hey how did you solved this issue
@israel_solano
@israel_solano 6 месяцев назад
Keeps asking for approval before running code, can someone help? it gives me two options, bypass using interpreter -y or ctrl C to cancel. when I run the bypass command it keeps saying the parent was closed? I created my first key with OPEN AI. This should work as I saw there is a 5-dollar limit set on my OPEN AI account.
@deepanshu1578
@deepanshu1578 8 месяцев назад
I'm not able to install open-interpreter using pip
@DevelopersDigest
@DevelopersDigest 8 месяцев назад
What sort of errors are you running into?
@deepanshu1578
@deepanshu1578 8 месяцев назад
Failed building wheel for tiktoken
@resourceserp
@resourceserp 11 месяцев назад
when i did the same i got the option of mistral-7b, how do i configure it to use code-llama? or any other model?
@bolavaughn2903
@bolavaughn2903 Год назад
After typing "interpreter" l got this error message : 'interpreter' is not recognized as an internal or external command, operable program or batch file. What can l do to solve this issue inorder to get into Open Interpreter
@DevelopersDigest
@DevelopersDigest Год назад
It’s hard to say without seeing the errors being produced, I would ensure you have a recent version of Python installed before running the interpreter install! Cheers
@arthurperini
@arthurperini Год назад
Hi great channel. Thank you . I'm work on my chatbot which I've learned to use Open Ai function calling to do some things like websearch. Do you think I would integrate the INTERPRETER as function in python, instead of using as a command line? It would be amazing
@DevelopersDigest
@DevelopersDigest Год назад
That’s a great idea 💡
@dylanpowell2674
@dylanpowell2674 Год назад
Yes you can have a REPL as a function. Run,evaluate,print,loop.
@viangelo4z595
@viangelo4z595 10 месяцев назад
I have a problem that the model cannot use pip install
@DevelopersDigest
@DevelopersDigest 10 месяцев назад
Do you have python 🐍 installed?
@viangelo4z595
@viangelo4z595 10 месяцев назад
@@DevelopersDigest I created an environment in Anaconda with Python 3.10 but i have python 3.12
@jersainpasaran1931
@jersainpasaran1931 Год назад
can we use open interpreter, currently with chatgpt 3.5 turbo, how and where would the user be prompted?
@DevelopersDigest
@DevelopersDigest 11 месяцев назад
Hello! Are you referring to ChatGPT plugins or are you thinking about tying this into an application you are building?
@developer_george
@developer_george Год назад
interesting thanks for sharing!
@DevelopersDigest
@DevelopersDigest Год назад
Cheers George, thanks for watching!
@LRPMQLRPC
@LRPMQLRPC Год назад
Great video! no way it works with a free chatgpt account, right? I-ve tried using my API key and GPT 3.5 Turbo but it fails with: "you exceeded your current quota, please check your plan and billing details"
@unstructuredMeans
@unstructuredMeans Год назад
Free accounts only got $18 credit for 6 months. For a new free accoujnt you will need another phone number.
@JohnSmith-df4vb
@JohnSmith-df4vb Год назад
why did you use that thumbnail but end up running gpt3.5 turbo?
@DevelopersDigest
@DevelopersDigest Год назад
I wanted to show and convey that code interpreter has the option to use llama 🦙 models for those interested. For demonstrations sake, I decided got 3.5 is the fastest to get up and running for most interested in trying this!
@JohnSmith-df4vb
@JohnSmith-df4vb Год назад
@@DevelopersDigest my point was the thumbnail was the reason i clicked on it, i presumed you would have it working with llama
@olegasm1182
@olegasm1182 Месяц назад
No work interpretor Local
@Grapheneolic
@Grapheneolic 10 месяцев назад
when i run it on my cmd I am unable to type or paste anything into the cml when it asks for my open api key (I am using python 3.11.3 and windows 10). Do you know why this might be/how i could resolve?
@gwhnsa
@gwhnsa Год назад
Am damned if I can get this to work... Pulling my hair out... :) :) :)
@DevelopersDigest
@DevelopersDigest Год назад
What issues are you running into? :)
@israel_solano
@israel_solano 6 месяцев назад
@@DevelopersDigest Keeps asking for approval before running code, can someone help? it gives me two options, bypass using interpreter -y or ctrl C to cancel. when I run the bypass command it keeps saying the parent was closed? I created my first key with OPEN AI. This should work as I saw there is a 5-dollar limit set on my OPEN AI account.
Далее
OpenAI's Whisper API in Node.js
1:41
Просмотров 12 тыс.
Cursor Composer: Is This How We'll Code Now? 🤔
18:23
Pydantic is all you need: Jason Liu
17:55
Просмотров 179 тыс.