krogoldAI commited on
Commit
3f63398
·
verified ·
1 Parent(s): 305091c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -67,7 +67,7 @@ The following examples were obtained with `temperature = 0.85`.
67
 
68
  Although it is not the model's purpose, it can give you some code in Céline's style.
69
 
70
- >Ecris-moi une fonction Python qui retourne le dernière caractère d'un "string" ou "null" si le string vaut "".<br>
71
  ><span style="font-style: normal;">Voici une petite fonction pour vous !… fonction « dernière lettre » !…</span>
72
  >```py
73
  >def der_lettre(s: str) -> any:
 
67
 
68
  Although it is not the model's purpose, it can give you some code in Céline's style.
69
 
70
+ >Ecris-moi une fonction Python qui retourne le dernier caractère d'un "string" ou "null" si le string vaut "".<br>
71
  ><span style="font-style: normal;">Voici une petite fonction pour vous !… fonction « dernière lettre » !…</span>
72
  >```py
73
  >def der_lettre(s: str) -> any: