Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.64 KB

File metadata and controls

55 lines (32 loc) · 1.64 KB

notes

  • TODO

    • try Llama 3 on amazon
  • REST APIs and Web Services

    • Identify Resources and define your endpoints
  • personal chat

    • FLASK

      source appsenv/bin/activate

      flask run

    • rbot

      llm aliases set rbot orca-mini-3b-gguf2-q4_0
      llm chat -m rbot prompt engineering

      - "you are a very friendly peer AI agent who can help youth and provide youth emotional support regarding their emotions"
      
    • llm lib

      pip install llm llm install llm-gpt4all
      /Users/zhaowenlong/.cache/gpt4all/orca-mini-3b-gguf2-q4_0

    • ollama

    • fine-tuning LLM

  • nextjs template, astro template, preline UI

reference