Skip to content
View putrasurya's full-sized avatar
  • Indonesia
  • 08:19 (UTC +07:00)

Highlights

  • Pro

Block or report putrasurya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. build-your-own-ai-agent-with-llm build-your-own-ai-agent-with-llm Public

    This repository contains code examples related to the Medium blog post: Build Your Own AI Agent with LLM

    Python

  2. Laravel command script to generate a... Laravel command script to generate a translation file by leveraging OpenAI capabilities.
    1
    <?php
    2
    
                  
    3
    namespace App\Console\Commands;
    4
    
                  
    5
    use Illuminate\Console\Command;