Skip to content

Commit 86ab574

Browse files
committed
EN proofreading & date update
1 parent 0eafff9 commit 86ab574

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

pages/bare_metal_cloud/virtual_private_servers/install-ia-agent-on-vps/guide.en-gb.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: 'Installing an AI agent on an OVHcloud VPS'
2+
title: 'How to install an AI agent on an OVHcloud VPS'
33
excerpt: 'Find out how to deploy an AI agent like Open Interpreter or GPT4All on an OVHcloud VPS'
4-
updated: 2025-08-14
4+
updated: 2025-08-18
55
---
66

77
## Objective
88

9-
This guide explains how to deploy an on-premises AI agent on an OVHcloud VPS, without depending on the cloud of external providers. You will use a ready-to-use Docker container containing an open-source AI agent, such as [Open Interpreter](https://github.com/KillianLucas/open-interpreter), [GPT4All](https://github.com/nomic-ai/gpt4all) or [Auto-GPT](https://github.com/Torantulino/Auto-GPT).
9+
This guide explains how to deploy an on-premises AI agent on an OVHcloud VPS, without depending on the cloud of external providers. You will use a ready-to-use Docker container containing an open-source AI agent, such as [Open Interpreter](https://github.com/openinterpreter/open-interpreter), [GPT4All](https://github.com/nomic-ai/gpt4all) or [Auto-GPT](https://github.com/Significant-Gravitas/AutoGPT).
1010

1111
**Find out how to deploy an AI agent such as Open Interpreter or GPT4All on an OVHcloud VPS.**
1212

1313
## Requirements
1414

15-
- A [OVHcloud VPS](https://www.ovhcloud.com/en-gb/vps/) (Debian 11 or higher is recommended)
15+
- An [OVHcloud VPS](/links/bare-metal/vps) (Debian 11 or higher is recommended)
1616
- Administrative (sudo) SSH access to your server
1717
- Python ≥ 3.10 installed on the VPS
1818

@@ -109,7 +109,7 @@ interpreter --local
109109

110110
This error indicates that your VPS does not have enough RAM. Here are your options:
111111

112-
- Change machine with at least 8 GB RAM.
112+
- Choose a new VPS with at least 8 GB RAM.
113113
- Use the OpenAI API (see `Option 1` above).
114114
- Use a lighter model, like mistral.
115115

@@ -126,7 +126,7 @@ Sample response:
126126
![AI agent](images/question-version-python.png){.thumbnail}
127127

128128
```console
129-
Writes a Python script that lists the files in the current folder.
129+
Write a Python script that lists the files in the current folder.
130130
```
131131

132132
The agent interprets your request, generates code, and executes it locally.
@@ -141,6 +141,6 @@ With this guide, you have installed an AI agent on your OVHcloud VPS, capable of
141141

142142
## Go further
143143

144-
For specialized services (SEO, development, etc.), contact [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/)
144+
For specialized services (SEO, development, etc.), contact [OVHcloud partners](/links/partner)
145145

146146
Join our [community of users](/links/community).

pages/bare_metal_cloud/virtual_private_servers/install-ia-agent-on-vps/guide.fr-fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Comment installer un agent IA sur un VPS OVHcloud'
33
excerpt: 'Découvrez comment déployer un agent IA comme Open Interpreter ou GPT4All sur un VPS OVHcloud'
4-
updated: 2025-08-14
4+
updated: 2025-08-18
55
---
66

77
## Objectif
@@ -109,7 +109,7 @@ interpreter --local
109109

110110
Cette erreur indique que votre VPS n’a pas assez de mémoire vive (RAM). Voici vos options :
111111

112-
- Changer de machine avec au moins 8 Go de RAM.
112+
- Opter pour un VPS disposant d'au moins 8 Go de RAM.
113113
- Utiliser l'API OpenAI (voir `Option 1` ci-dessus).
114114
- Utiliser un modèle plus léger, comme Mistral.
115115

0 commit comments

Comments
 (0)