1

I am a noobie programmer in college and I am trying to learn how to use API keys. I am currently using the ChatGPT-3 API for my Siri personal assistant project, and it's been working well for me so far.

Now, I am developing another application - a bot that can utilize my resume to automatically generate cover letters, and reach out to talent acquisition teams.

Can I use the same ChatGPT-3 API key for both projects simultaneously? Are there any limitations or issues I should be aware of while using a single API key for multiple projects?

PartiMarti
  • 21
  • 5

1 Answers1

1

Yes, you can use the same API key for multiple projects.

But you can only fine-tune one model per API key at a time. If you want to fine-tune multiple models, you should create a new API key and run the second model with the new key. You may find this helpful.

Also make sure to optimise your prompts to efficiently use your tokens, and also to get structured outputs. You may find Promptify helpful in that case.

Gokul Raam
  • 31
  • 6