Skip to content

Commit

Permalink
update with chain of thought
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrah committed Nov 20, 2024
1 parent b0692b4 commit 574b55e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
Binary file added docs/src/assets/images/cot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions docs/src/develop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Copilot can now use other LLMs than OpenAI, including Google, and Anthropic to p
Github Copilot is a tool that uses the OpenAI language models to provide code suggestions and suggestions for improving code quality.

::: tip Alternative code assistance
There is also other producs indegrated to IDEs such as [Gitlab Duo](https://about.gitlab.com/fr-fr/gitlab-duo/), [Gemini Code Assist](https://cloud.google.com/gemini/docs/codeassist/overview?hl=fr), [SuperMaven](https://supermaven.com/), [AWS CodeWhisperer](https://docs.aws.amazon.com/codewhisperer/latest/userguide/what-is-cwspr.html), and more.
There is also other producs indegrated to IDEs such as :
* [Gitlab Duo](https://about.gitlab.com/fr-fr/gitlab-duo/),
* [Gemini Code Assist](https://cloud.google.com/gemini/docs/codeassist/overview?hl=fr),
* [SuperMaven](https://supermaven.com/),
* [AWS CodeWhisperer](https://docs.aws.amazon.com/codewhisperer/latest/userguide/what-is-cwspr.html), and more.
:::

### Copilot Chat
Expand All @@ -25,8 +29,6 @@ it's available on :

It is a similar approach to chat GPT prompting optimised for the developper experience.



### CLI
CLI helps you using you command line interpreter
You can use it in the terminal with the following command:
Expand Down Expand Up @@ -74,5 +76,6 @@ A PWA-enabled dashboard, which lets you manage and launch your sparks from anywh
## 📖 Further readings
*[Worldline AI coding assistant](https://confluence.worldline-solutions.com/display/AICA/AI+Coding+Assistants+Home)
* [Worldline Data platform](https://confluence.worldline-solutions.com/display/DPTECHNO/Data+Platform)

* [Copilot trust Center](https://resources.github.com/copilot-trust-center/)
* [Chat with your IDE](https://docs.github.com/en/copilot/github-copilot-chat/using-github-copilot-chat-in-your-ide)

7 changes: 7 additions & 0 deletions docs/src/use/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ By using "act as," you are establishing a specific context for the language mode
on a prompt about a futuristic world where robots have become sentient."
```

### Chain of Thought

![Chain of Thought](../assets/images/cot.png)

Introduced in Wei et al. (2022), chain-of-thought (CoT) prompting enables complex reasoning capabilities through intermediate reasoning steps. You can combine it with few-shot prompting to get better results on more complex tasks that require reasoning before responding.
[Prompting Guide with CoT](https://www.promptingguide.ai/techniques/cot)

### Summarize
Summary is a prompt engineering technique that involves providing a summary of a given document or text. It can helps for summarizing changelogs, articles, or other technical documents.

Expand Down

0 comments on commit 574b55e

Please sign in to comment.