Skip to content

DavidePapero/ollama4coder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leggi questo in un'altra lingua: Italian.

Analyze your code

This project is used to have attachments on posts on Linkedin. They are informative posts that have no intention of being scientific.

Prerequisites

Ollama, updated Python and the Ollama python library must be installed on the machine it runs on

First analysis

Once Ollama is installed you need to download the templates. Once this is done, you can analyze a file or a directory containing files by passing the path.

import ollama4coder

analyzer = ollama4coder.OllamaForCoder()
model_response = analyzer.process_analysis(model_name, path_file_python)
print(model_response)

Related articles::

First article on this library

Second article on this library

About

wrapper that uses the ollama library to find bugs and improve code

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Contributors

Languages