Related Posts
Gemini Batch API now supports Embeddings and OpenAI Compatibility
Batch API now supports Embeddings and OpenAI CompatibilityThis week, we have extended the Gemini Bat…
Javascript Callback functions & Promises
Callback functions are known to many programming languages, with almost similar style and purpose. What are Callback functions…
Liskov Substitution Principle in TypeScript
When extending a class, remember that you should be able to pass objects of the subclass in place…