steinad commited on
Commit
bd7f340
Β·
verified Β·
1 Parent(s): f1e8f30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -11,17 +11,7 @@ pinned: true
11
 
12
  **PIPS** (Python Iterative Problem Solving) is a powerful library for iterative code generation and refinement using Large Language Models (LLMs). It provides both programmatic APIs and a web interface for solving complex problems through iterative reasoning and code execution.
13
 
14
- ## Features
15
-
16
- - πŸ€– **Multi-LLM Support**: Works with OpenAI GPT, Anthropic Claude, and Google GenAI models
17
- - πŸ”„ **Iterative Problem Solving**: Automatically refines solutions through multiple iterations
18
- - 🧠 **Two Solving Modes**: Chain-of-thought reasoning and code-based problem solving
19
- - 🌐 **Web Interface**: Beautiful Flask-SocketIO web UI for interactive problem solving
20
- - πŸ“Š **Image Support**: Process problems with both text and image inputs
21
- - ⚑ **Streaming Support**: Real-time token streaming for responsive user experience
22
- - πŸ›‘οΈ **Safe Code Execution**: Sandboxed code execution with timeouts and error handling
23
- - πŸ’Ύ **Session Management**: Persistent browser storage with import/export capabilities
24
- - πŸ“ **Curated Examples**: Automatically loads demonstration sessions on first launch
25
 
26
  ## Installation
27
 
 
11
 
12
  **PIPS** (Python Iterative Problem Solving) is a powerful library for iterative code generation and refinement using Large Language Models (LLMs). It provides both programmatic APIs and a web interface for solving complex problems through iterative reasoning and code execution.
13
 
14
+ Paper: arxiv.org/abs/2510.22849
 
 
 
 
 
 
 
 
 
 
15
 
16
  ## Installation
17