Skip to content

Commit

Permalink
fix: COCONUT preprocessing examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Feb 21, 2024
1 parent c13fba5 commit b2fdba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/routers/chem.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,12 +749,12 @@ async def coconut_preprocessing(
...,
title="SMILES",
description="SMILES string representing a chemical compound",
examples={
"Caffeine": {
openapi_examples={
"example1": {
"summary": "Example: Caffeine",
"value": "CN1C=NC2=C1C(=O)N(C(=O)N2C)C",
},
"Topiramate-13C6": {
"example2": {
"summary": "Example: Topiramate-13C6",
"value": "CC1(C)OC2COC3(COS(N)(=O)=O)OC(C)(C)OC3C2O1",
},
Expand Down

0 comments on commit b2fdba0

Please sign in to comment.