Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 922 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 922 Bytes

AI Tic Tac Toe Solver with Llama 3

Open In Colab

Welcome to the AI Tic Tac Toe Solver! This project leverages the Llama 3 language model to determine the best moves in a game of Tic Tac Toe. The model suggests a move, which is then judged by a function using LangChain. If the move is deemed good, it is submitted; otherwise, the model is prompted for a new move.

Features

  • Uses the Llama 3 language model to generate moves.
  • Judges the quality of moves with a custom function.

Authors