Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We value all kinds of contributions! Whether it’s improving our documentation,

To streamline the process, please avoid these types of contributions:

> Please do not use the issue tracker for general support questions. For help, consider joining our the Polymarket Discord or referring to the [Polymarket API documentation](https://polymarket.com/docs).
> Please do not use the issue tracker for general support questions. For help, consider joining our Polymarket Discord or referring to the [Polymarket API documentation](https://polymarket.com/docs).

# Ground Rules

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ This code is free and publicly available under MIT License open source license (
- AI agent utilities for prediction markets
- Local and remote RAG (Retrieval-Augmented Generation) support
- Data sourcing from betting services, news providers, and web search
- Comphrehensive LLM tools for prompt engineering
- Comprehensive LLM tools for prompt engineering

# Getting started

This repo is inteded for use with Python 3.9
This repo is intended for use with Python 3.9

1. Clone the repository

Expand Down
2 changes: 1 addition & 1 deletion docs/EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Polymarket is an online prediction market that lets users bet on the outcome of future events in a wide range of topics, like sports, politics, and pop culture.
Get accurate real-time probabilities of the events that matter most to you.

Filter these events for the ones you will be best at trading on profitably.
Filter these events for the ones you will be best at trading profitably.



Expand Down
2 changes: 1 addition & 1 deletion scripts/python/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def ask_llm(user_input: str) -> None:
@app.command()
def ask_polymarket_llm(user_input: str) -> None:
"""
What types of markets do you want trade?
What types of markets do you want to trade?
"""
executor = Executor()
response = executor.get_polymarket_llm(user_input=user_input)
Expand Down