CodeReviewerAi / CodeReviewerBackend

Enter a function into the userInput and see if you should merge the function or not.
1 stars 0 forks source link

Get embeddings for more than one function at a time #50

Closed johan-t closed 10 months ago

johan-t commented 10 months ago

Right now we are making an API call for each function separately, it would be better if we make a single request for multiple functions to save time and openai credits.