FiveTech Software

Results 10 comments of FiveTech Software

c:\llama2.c>python export.py orca2.bin --hf c:\Orca-2-7b Loading checkpoint shards: 100%|█████████████████████████████████████████████████████████| 3/3 [02:48

its provided in the example https://github.com/xtekky/gpt4free/blob/main/phind/phind_test.py

the solution was to rename __init__.py as phind.py https://github.com/xtekky/gpt4free/blob/main/phind/__init__.py

> @FiveTechSoft i know but how about getting my own cookie? With such value works, no idea where it comes from

I read 2048 tokens on discord. I will check it. I do appreciate if someone else can check it and share info about it

> > In progress > > https://github.com/BillSchumacher/Auto-GPT/tree/vicuna > > How's it going? The prompts used with OpenAI don't work the same with Vicuna. So we need to find the right...

I have started testing with some prompts to simulate autoGPT behavior with Vicuna: ``` > from the list of commands "search internet", "get web contents", "execute", "delete file", "enhance code",...

These prompts generate code with Vicuna: ``` improve this code "int main()" to build an ERP ``` ``` Write the python code for a neural network example ```

If you want I can post here the prompts that autoGPT and babyAGI generate, so you can do tests To see the results, just run the prompt in chatGPT

Bill, have you tried to ask it to improve code ?