But yeah, you will still be limited in the amount of calls per 3 hours.
CODE
-
Accessing GPT-4 ChatGPT Subscription Automation Selenium
By
–
But you can access gpt-4 in ChatGPT if you have the subscription. And then automate the access via selenium plugin.
-

LLM Agents Execute Computer Tasks Through Recursive Self-Improvement
By
–
7/ LLMs for Computer Tasks – shows that a pre-trained LLM agent can execute computer tasks using a simple prompting scheme where the agent recursively criticizes and improves its outputs.
-

LLaMA-Adapter: Lightweight Method Fine-Tune Instruction-Following Models
By
–
5/ LLaMA-Adapter – a lightweight adaption method to efficiently fine-tune LLaMA into an instruction-following model; generates responses comparable to Alpaca with fully fine-tuned 7B parameter; it’s also extended for multi-modal input support.
-
Maximizing Weights and Biases for Machine Learning Workflows
By
–
Lately I’ve been using @wandb more and more. I’ve been using configs to store hparams and ofc logging to track loss, lr, etc different runs. Still feel like I’ve not been maximising it. What are some underrated features you use everyday?
-
Building an iOS App Without Prior Knowledge Using AI Tools
By
–
I don't know iOS development. Yet, I built a usable iOS app yesterday and it took me only a few hours. I learnt a lot about how to prompt well to make AI based tools not only write the code as you want but also make them debug for you! AI
-

Cleaning Up Perpetual Agent Architecture
By
–
Cleaning up my perpetual agent 🙂 https://t.co/DsF3Q3LMLR
— Yohei (@yoheinakajima) 2 avril 2023Cleaning up my perpetual agent 🙂
-
Task Serialization and Parallel Execution for Process Optimization
By
–
You’re right. I need to create task serialization so we know what needs to be done before the next, which then allows for parallel tasks to be run. And then some milestones, and more reflection…
-
Python Emerges as Top AI/ML Skill in Stanford HAI Report
By
–
I never joke about serious things. 🙂 (There's a new Stanford HAI report and Python is the most in-demand skill for AI/ML folks. So I wrote a bit about why.)
-
LangChain Zapier NLA Integration Improves Reliability
By
–
for impressive, the langchain ZapierNLA connection allowed it to create a task list, search the web, and then write a report into google drive (though very unreliably) this version is not as impressive, but I can feel it becoming more stable 🙂