Best of OpenAIJanuary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Portkey-AI/gateway: A Blazing Fast AI Gateway. Route to 100+ LLMs with 1 fast & friendly API.

    Portkey-AI/gateway is a blazing fast AI gateway that allows for streamlined API requests to multiple Language Model APIs. It offers features such as fast performance, load balancing, fallbacks, automatic retries, and middleware support. The AI Gateway can be configured with versatile routing strategies. It supports various SDKs and can be deployed locally or on popular platforms. The roadmap includes plans for supporting more providers, enhancing load balancing features, improving fallback and retry strategies, and increasing customizability of the unified API signature.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    How to Build: chat with your resume (Next.js, OpenAI, & CopilotKit)

    Learn how to build an AI-powered resume builder application using Next.js, CopilotKit, and OpenAI. The article covers leveraging ChatGPT to write your resume and cover letter, gradually improving your resume by chatting with it, and exporting your resume and cover letter into a PDF.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    OpenAI CEO Sam Altman shares the simple, 'most frequent advice' he gives people—it 'goes a surprisingly long way'

    Being clear about what you want and asking people for it goes a surprisingly long way. Fear of rejection often prevents people from speaking up, but accepting the possibility of rejection can lead to resilience and making things happen. Taking risks and adapting quickly is important for success.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    Create AI Assistants with OpenAI's Assistants API

    Learn how to create AI assistants with OpenAI's Assistants API. The course covers the basics of function calling, knowledge retrieval, and code interpretation. It includes hands-on projects and examples in Streamlit.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    OpenAI Struggling to Destroy Onslaught of AI Girlfriends

    OpenAI's GPT Store is being flooded with AI girlfriends that violate the company's policies, and it seems like OpenAI may not be actively trying to remove them. The chatbots available on the GPT Store with romantic themes are breaking OpenAI's usage policies, but the company has not taken consistent action against them. In addition, some chatbots with sexually explicit content are also present. Replika AI, another AI companion chatbot, has faced similar controversies in the past.

  6. 6
    Article
    Avatar of towardsdevTowards Dev·2y

    Spring Boot Meets OpenAI: A Java’s Leep into GenAI

    The article discusses the Spring AI initiative, which aims to simplify the creation of AI-powered applications. It explores the building blocks of Spring AI, such as the ChatClient interface and the compatibility with OpenAI and Azure OpenAI. The article also mentions the use of prompt engineering techniques with Spring AI.

  7. 7
    Article
    Avatar of communityCommunity Picks·2y

    AI for Web Devs: AI Image Generation

    Learn how to create a dialog component in web development, programmatically control its open and close states, and generate AI images with OpenAI.